home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_748 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  153b  |  14 lines

  1. on(release){
  2.    if(ith == 0)
  3.    {
  4.       gotoAndPlay(8054);
  5.    }
  6.    else
  7.    {
  8.       tellTarget("ee")
  9.       {
  10.          play();
  11.       }
  12.    }
  13. }
  14.